﻿* {
  padding: 0px;
  margin: 0px;
}


ul>li {
  list-style: none;
}

a {
  text-decoration: none;
}

@keyframes clippathd {

  0%,
  100% {
    clip-path: inset(0 0 95% 0);
  }

  25% {
    clip-path: inset(0 95% 0 0);
  }

  50% {
    clip-path: inset(95% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 95%);
  }
}

.GuidePageContent {
  width: 100%;
  height: 100%;
  background: url("../images/background.png") center center no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.GuidePageContent .head {
  height: 12%;
  width: 94%;
  margin: 0 auto;
  padding-top: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.GuidePageContent .head .head-2 {
  width: 310px;
  height: 125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.GuidePageContent .head .head-2 li {
  width: 93px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #5a85c8;
  cursor: pointer;
  transition: transform 0.5s;
  position: relative;
}

.GuidePageContent .head .head-2 li:hover {
  top: 2%;
}

.GuidePageContent .head .head-2 li img {
  width: 100%;
  height: 91px;
}

.GuidePageContent .head .head-2 li:hover {
  transform: scale(1.1);
}

.GuidePageContent .head .head-2 li:hover p {
  display: none;
}

.GuidePageContent .main {
  width: 100%;
  height: 375px;
  z-index: 999;
  position: relative;
}

.GuidePageContent .main .main-1 {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.GuidePageContent .main .main-1 img {
  width: 960px;
  height: 130px;
}

.GuidePageContent .main .main-2 {
  width: 800px;
  height: 50%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.GuidePageContent .main .main-2 .maintitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: .4;
}

.GuidePageContent .main .main-2 .maintitle div {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.GuidePageContent .main .main-2 .maintitle div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: url("../images/bluebackground1.png")top center no-repeat;
  background-size: 100% 100%;
}

.GuidePageContent .main .main-2 .maintitle div:hover:before {
  background: url("../images/bluebackground1.png")top center no-repeat;
  background-size: 100% 100%;
  animation: background 2s infinite linear;
}

@keyframes background {
  to {
    transform: rotate(360deg);
  }

  from {
    transform: rotate(0deg);
  }
}

.GuidePageContent .main .main-2 .maintitle p {
  margin-top: 20px;
  color: #0b47a8;
  font-size: 24px;
  font-weight: 500;
  font-family: "Microsoft YaHei";
  font-weight: bolder;

}

.GuidePageContent .bottom {
  width: 90%;
  height: 200px;
  margin: auto;
  margin-top: 80px;
  background-color: #a7c4ed;
  border-radius: 15px;
  background-size: 100% 100%;
  position: fixed;
  display: flex;
  bottom: 2%;
  right: 0;
  left: 0;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

.GuidePageContent .bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 168px;
  height: 161px;
  z-index: 2;
  background: url("../images/left.png") bottom left no-repeat;
}

.GuidePageContent .bottom::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 168px;
  height: 161px;
  z-index: 2;
  background: url("../images/right.png") bottom right no-repeat;
}

.GuidePageContent .bottom .main-3,
.GuidePageContent .phonebottom .main-3 {
  width: 50%;
  height: 70px;
  background-color: #0b47a8;
  border-radius: 10px;
  margin: 20px auto;
  margin-top: 2%;
  position: relative;
  bottom: 240px;
  cursor: pointer;
  z-index: 999;
}

.GuidePageContent .bottom .main-3 div,
.GuidePageContent .phonebottom .main-3 div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 2px;
  z-index: 0;
  background-color: #fff;
}


.GuidePageContent .bottom .main-3 .text,
.GuidePageContent .phonebottom .main-3 .text {
  width: 257px;
  height: 100%;
  background-color: #0b47a8;
  color: #fff;
  font-size: 24px;
  line-height: 65px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.GuidePageContent .phonebottom .main-3 .text{
    font-size:17px;
    line-height: 50px;
}
.GuidePageContent .bottom .bottom-1 {
  width: 97%;
  height: 312px;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: space-around;
  align-items: center;
}

.GuidePageContent .bottom .bottom-1 a {
  display: block;
  margin-top: 1%;
  width: 30%;
  height: 80%;
  position: relative;
    cursor: default;
}

.GuidePageContent .bottom .bottom-1 a img {
  width: 100%;
  height: 100%;
}

.GuidePageContent .bottom .bottom-1 a .resd {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: inline-block;
  height: 60px;
  width: 100%;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  transition: height 1s;
  background-color: rgba(115, 163, 232, 0.5);
}

.GuidePageContent .bottom .bottom-1 a p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 0px;
  width: 100%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  transition: height 1s;
  background-color: rgba(115, 163, 232, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  border-radius: 20px;
}

.GuidePageContent .bottom .bottom-1 a:hover .resd {
  display: none;
}

.GuidePageContent .bottom .bottom-1 a:hover p {
  height: 100%;
  visibility: inherit;
}


.GuidePageContent {
  background: url(../images/phoneydy.png) center center no-repeat;
  background-color: #a7c4ed;
  background-size: 100% 100%;
  background-position: top center;
}

.GuidePageContent .phonebottom .main-3 {
  width: 80%;
  height: 50px;
  border-radius:10px;
  margin: 20px auto;
  margin-top: 3%;
  position: relative;
  bottom: 0px;
}

.phonebottom .bottom-1 {
  width: 80%;
  height: 220px;
  margin: auto;
  position: relative;
}

.phonebottom .bottom-1 a {
  display: block;
  margin-top: 3%;
  width: 100%;
  height: 100%;
  position: relative;

}

.phonebottom .bottom-1 a img {
  width: 100%;
  height: 100%;
}
.GuidePageContent .bottom .bottom-1 a:nth-of-type(3) img,.GuidePageContent .phonebottom .bottom-1 a:nth-of-type(3) img{
     border-radius: 15px;
     border:1px solid #0b47a8;
}

.GuidePageContent .main {
  height: 350px;
}

.GuidePageContent .head {
  padding-top: 30px;
}

.GuidePageContent .main .main-2 .maintitle div {
  width: 90px;
  height: 90px;
}

.GuidePageContent .phonebottom .bottom-1 a .resd {
  position: absolute;
  bottom: 20px;
  left: 0px;
  display: block;
  width: 100%;
  height: 30%;
  background-color: rgba(115, 163, 232, 0.5);
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 20px;

}

.GuidePageContent .phonebottom .bottom-1 a p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 0%;
  transition: height 1s;
  background-color: rgba(115, 163, 232, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  visibility: hidden;
}

.GuidePageContent .phonebottom .bottom-1 a p span {
  display: inline-block;
  margin-top: 2%;
}


.GuidePageContent .phonebottom .bottom-1 a:hover .resd {
  display: none;
}

.GuidePageContent .phonebottom .bottom-1 a:hover p {
  height: 100%;
  visibility: inherit;
}


@media (max-width:1200px) {
  .GuidePageContent .bottom {
    transform: scale(.9, .7) !important;
  }

}

@media(max-width:1100px) {
  .GuidePageContent .bottom .main-3 {
    bottom: 180px;
  }

  .GuidePageContent .bottom .bottom-1 {
    height: 260px;
  }

}

@media(max-width:1000px) {
  .GuidePageContent .main .main-1 img {
    width: 80%;
    height: 140px;
  }

  .GuidePageContent .main .main-2 {
    width: 65%;
  }

  .GuidePageContent .bottom {
    display: none;
  }

  .phonebottom {
    display: block !important;
  }

}

@media(max-width:800px) {
  .GuidePageContent .bottom {
    display: none;
  }

  .phonebottom {
    display: block !important;
  }

  .GuidePageContent .head {
    transform: scale(.8);
  }

  .GuidePageContent .main {
    transform: scale(.8) !important;
    margin-top: -8% !important;
  }

  .GuidePageContent .phonebottom {
    transform: scale(1, .8);
    margin-top: -10%;
  }

}

@media(max-width:600px) {
  .GuidePageContent .main .main-2 .maintitle p {
    font-size: 16px;
}
  .GuidePageContent .bottom {
    display: none;
  }
  .GuidePageContent .bottom .main-3 .text, .GuidePageContent .phonebottom .main-3 .text {
    font-size: 16px;
}

  .phonebottom {
    display: block !important;
  }

  .GuidePageContent .head {
    transform: scale(.9) !important;
    justify-content: center;
  }

  .GuidePageContent .main {
    transform: scale(.8) !important;
    margin-top: -8% !important;
  }

  .GuidePageContent .phonebottom {
    transform: scale(1, .8);
    margin-top: -34%;
  }

  .GuidePageContent .head .head-2 {
    width: 100%;
    height: 35%;
    font-size: 14px;
    margin-left: 10%;
  }

  .GuidePageContent .head .head-2 li {
    width: 100%;
    height: 100%;
    margin-left: 3%;
  }

  .GuidePageContent .head .head-2 li p {
    display: none;
  }

  .GuidePageContent .head .head-2 li img {
    width: 100%;
    height: 100%;
  }

  .GuidePageContent .main .main-1 img {
    width: 100%;
    height: 37%;
    margin-top: -20%;
  }

  .GuidePageContent .main .main-2 {
    width: 110%;
    margin-top: -25%;
    margin-left: -5%;
    transform: scale(.9);
  }

  .GuidePageContent .phonebottom .main-3 {
    margin-top: -38%;
  }

}

@media (max-width:550px) {
  .GuidePageContent .head .head-2 {
     display:none;
}

}
